projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82bde1e
)
search entry: Quiet a compiler warning
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 20 Feb 2019 18:10:09 +0000
(13:10 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 20 Feb 2019 18:10:09 +0000
(13:10 -0500)
gtk/gtksearchentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtksearchentry.c
b/gtk/gtksearchentry.c
index e9c56c4e0450ee53ec7757b4b68ed038c6288f84..246d8126e015c98a4c15dbb7e04a436205d1a5f1 100644
(file)
--- a/
gtk/gtksearchentry.c
+++ b/
gtk/gtksearchentry.c
@@
-707,5
+707,5
@@
gtk_search_entry_get_text_widget (GtkSearchEntry *entry)
{
GtkSearchEntryPrivate *priv = gtk_search_entry_get_instance_private (entry);
- return
priv->entry
;
+ return
GTK_TEXT (priv->entry)
;
}